home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / CTS30_1.ARJ / CONVERT.BAT < prev    next >
DOS Batch File  |  1992-02-11  |  119b  |  9 lines

  1. @echo off
  2. if exist foxplus.exe goto foxplus
  3. foxprun convert
  4. goto done
  5. :foxplus
  6. foxplus convert
  7. goto done
  8. :done
  9.